FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. api docs
    Log in to post
    • All categories
    • F

      Unsolved Custom theme deployment between environments

      Q&A
      • theme deployment application api docs • • fred.fred
      2
      0
      Votes
      2
      Posts
      6.7k
      Views

      danD

      @fred-fred said in Custom theme deployment between environments:

      It looks like we can transport with the API using Theme Update Endpoints and sharing environment API keys so one environment can see the next environment to copy the themes over.

      Yes, that's what I'd recommend. You could have different API keys for each environment and have the script that promotes the theme pull the API key from a secrets store. Make sure you limit the API key to the themes endpoint.

      You also might be interested in this post: https://fusionauth.io/community/forum/topic/1306/parameterizing-themes which indicates how you can have the same theme files point to different resources in staging/prod/dev/etc.

    • danD

      Fusionauth docs generation

      Q&A
      • api docs • • dan
      2
      0
      Votes
      2
      Posts
      932
      Views

      danD

      we use asciidoctor + jekyll.

      Our website config is open source, please steal^H^H^H^H^H borrow it: https://github.com/fusionauth/fusionauth-site/ here's our css too: https://github.com/fusionauth/fusionauth-style